 .news-frame {
    padding: 10px;
    background-color: white;
    margin-top: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;

}

.news-frame .pic-frame {

    font-size: 0;
    margin-right: 20px;

}

.news-frame .pic-frame img {
    border-radius: 20px;
    width: 158px;
    height: 158px;

}

.news-frame .title-briefly {
    display: flex;
    flex-direction: column;
}

.news-frame .title-briefly .title {

    font-size: 20px;
    color: #3d3d3d;
    margin-bottom: 10px;
    text-align: left;
}

.news-frame .title-briefly .briefly {

    font-size: 16px;
    color: #3d3d3d;
}
.news-frame .title-briefly .time {

    font-size: 12px;
    color: #808080;
    line-height: 1.8;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

 .news-frame .tag-list {
     margin-top: 5px;
 }
 .news-frame .tag-list .tag-item {

     display: inline-block;
     background-color: rgba(197, 151, 90, 0.68);
     color: #fff;
     padding: 0 8px;
     font-size: 12px;
     transform: scale(0.9);
     line-height: 1.5;


 }
